date 3 months ago for a particular date php

75

date 3 months ago for a particular date php -

$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));

Comments

Submit
0 Comments